Type alias GetCustomerByIdQuery

GetCustomerByIdQuery: { __typename?: "Query"; getCustomerByRefId?: { __typename?: "Customer" } & CustomerWithSubscriptionsFragment | null }

Type declaration