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