import { ShopifyGetAProductGQL } from '@daffodil/driver/shopify'
@Injectable()
class ShopifyGetAProductGQL {
document: TypedDocumentNode<unknown, unknown> = ShopifyGetAProductDocument
protected readonly apollo: Apollo
abstract readonly document: DocumentNode | TypedDocumentNode<T, V>
client: string
watch(
variables?: V
options?: WatchQueryOptionsAlone<V, T>
): QueryRef<T, V>
fetch(
variables?: V
options?: QueryOptionsAlone<V, T>
): Observable<ApolloQueryResult<T>>
}
QueryRef
Parameter | variables: V |
---|---|
Description |
Parameter | options: WatchQueryOptionsAlone |
---|---|
Description |
Observable>
Parameter | variables: V |
---|---|
Description |
Parameter | options: QueryOptionsAlone |
---|---|
Description |