Interface GraphQLRequestOptions

Hierarchy

  • GraphQLRequestOptions

Properties

accessToken?: string
documentId: string
surface: {
    friendlyName: string;
    name?: string;
}

Type declaration

  • friendlyName: string
  • Optional name?: string
variables: any