Module pyinventory.graphql.location_fragment
Classes
class LocationFragment (id: str, name: str, latitude: numbers.Number, longitude: numbers.Number, locationType: LocationFragment.LocationType, externalId: Union[str, NoneType])
-
LocationFragment(id: str, name: str, latitude: numbers.Number, longitude: numbers.Number, locationType: pyinventory.graphql.location_fragment.LocationFragment.LocationType, externalId: Union[str, NoneType])
Ancestors
- dataclasses_json.api.DataClassJsonMixin
- abc.ABC
Subclasses
- pyinventory.graphql.add_location_mutation.AddLocationMutation.AddLocationMutationData.Location
- pyinventory.graphql.edit_location_mutation.EditLocationMutation.EditLocationMutationData.Location
- pyinventory.graphql.get_locations_query.GetLocationsQuery.GetLocationsQueryData.LocationConnection.LocationEdge.Location
- pyinventory.graphql.location_children_query.LocationChildrenQuery.LocationChildrenQueryData.Node.Location
- pyinventory.graphql.location_details_query.LocationDetailsQuery.LocationDetailsQueryData.Node
- pyinventory.graphql.location_search_query.LocationSearchQuery.LocationSearchQueryData.LocationSearchResult.Location
- pyinventory.graphql.location_type_locations_query.LocationTypeLocationsQuery.LocationTypeLocationsQueryData.Node.LocationConnection.LocationEdge.Location
- pyinventory.graphql.move_location_mutation.MoveLocationMutation.MoveLocationMutationData.Location
Class variables
var LocationType