Interface GraphQLResponseOptions<T>
interface GraphQLResponseOptions<T> { handleErrors?: boolean; onResponse?: (response: GraphQLClientResponse<T>) => void;} Properties
OptionalhandleErrors
handleErrors?: boolean
OptionalonResponse
onResponse?: (response: GraphQLClientResponse<T>) => void