import {gql,useQuery,useMutation} from \'@apollo/client\' import {useRef,useState} from \'react\' const AUTHORS = gql` query { authors { name id