Module pyinventory.graphql.customer_fragment

Classes

class CustomerFragment (id: str, name: str, externalId: Union[str, NoneType])

CustomerFragment(id: str, name: str, externalId: Union[str, NoneType])

Ancestors

  • dataclasses_json.api.DataClassJsonMixin
  • abc.ABC

Subclasses

  • pyinventory.graphql.add_customer_mutation.AddCustomerMutation.AddCustomerMutationData.Customer
  • pyinventory.graphql.add_service_endpoint_mutation.AddServiceEndpointMutation.AddServiceEndpointMutationData.Service.Customer
  • pyinventory.graphql.add_service_link_mutation.AddServiceLinkMutation.AddServiceLinkMutationData.Service.Customer
  • pyinventory.graphql.add_service_mutation.AddServiceMutation.AddServiceMutationData.Service.Customer
  • pyinventory.graphql.customers_query.CustomersQuery.CustomersQueryData.CustomerConnection.CustomerEdge.Customer
  • pyinventory.graphql.service_details_query.ServiceDetailsQuery.ServiceDetailsQueryData.Node.Customer
  • pyinventory.graphql.service_type_services_query.ServiceTypeServicesQuery.ServiceTypeServicesQueryData.Node.Service.Customer