Skip to main content

Party

No description

type Party {
createdAt: ISO8601DateTime!
current: Boolean
details: PartyDetails!
humanizedRelationships: [String!]
id: ID!
name: String
partyType: String
relationships: [Relationship!]!
roles: [Role!]
updatedAt: ISO8601DateTime!
user: User
}

Fields

Party.createdAt ● ISO8601DateTime! non-null scalar

Party.current ● Boolean scalar

Indicates if the party is the current selected party. This field applies only for companies.

Party.details ● PartyDetails! non-null union

The details of the party. The details are different for every party type. For example, a company has a name, a person has a first name and a last name.

Party.humanizedRelationships ● [String!] list scalar

The relationships of the party in a human readable format.

Party.id ● ID! non-null scalar

Party.name ● String scalar

Party.partyType ● String scalar

The type of party. Party can have different types and every type has different attributes. For example, a company has a name, a person has a first name and a last name.

Party.relationships ● [Relationship!]! non-null object

The relationships of the party. A relationship is a connection between two parties. For example, a person can be an employee of a company.

Party.roles ● [Role!] list object

Party.updatedAt ● ISO8601DateTime! non-null scalar

Party.user ● User object

The user associated with the party. Only persons can have a user associated with them.

Returned By

company query ● invitePerson mutation ● party query ● registerCompany mutation ● updateIntegration mutation ● updateMyProfile mutation

Member Of

AllowedRole object ● ASNItem object ● Brand object ● CompanyDetails object ● Note object ● Order object ● OrderFulfillment object ● OrderStatus object ● PartyConnection object ● PartyEdge object ● Purchasing object ● Relationship object ● Role object ● User object ● Warehouse object