Skip to main content

OrganizationData

No description

type OrganizationData implements GroupCommonData {
id: ID!
code: ID!
label: String
type: GroupType!
info: String
crmID: String
crmData: CompanyCrmData
payParcID: String @deprecated
partner: Organization
isPublic: Boolean
children(
codes: [ID!]
first: Int
last: Int
before: String
after: String
type: GroupType
codeStartsWith: String
): GroupConnection
descendents(
codes: [ID!]
type: GroupType
orderBy: OrderByDescendents
first: Int
last: Int
before: String
after: String
codeStartsWith: String
): GroupConnection
parents(
codes: [ID!]
type: GroupType
first: Int
last: Int
before: String
after: String
): GroupConnection
owner: Member!
contacts: [OrganizationContact!]
isEditable: Boolean!
members(
codes: [ID!]
phones: [String!]
first: Int
last: Int
before: String
after: String
): MemberConnection
apis(
codes: [ID!]
first: Int
last: Int
before: String
after: String
): APIConnection
products(
codes: [ID!]
first: Int
last: Int
before: String
after: String
): ProductConnection
allMembers(
codes: [ID!]
phones: [String!]
first: Int
last: Int
before: String
after: String
): MemberConnection
accesses(
accessID: [ID!]
owner: [ID!]
first: Int
last: Int
before: String
after: String
): AccessConnection
suppliers(
supplierID: [ID!]
accessID: [ID!]
owner: [ID!]
serviceAPI: [ID!]
isActive: Boolean
first: Int
last: Int
before: String
after: String
): SupplierConnection
clients(
clientID: [ID!]
name: [ID!]
owner: [ID!]
isActive: Boolean
first: Int
last: Int
before: String
after: String
): ClientConnection
domains: [Domain]!
template: String
country: Country! @deprecated
allAccesses: AccessConnection
allSuppliers: SupplierConnection
allClients: ClientConnection
primaryPartner: Partner!
allPartners(
where: PartnerWhereInput
orderBy: PartnerOrderByInput
relay: RelayInput
): PartnerConnection!
isBuyer: Boolean!
isSeller: Boolean!
deleted_at: DateTime
}

Fields

OrganizationData.id ● ID! non-null scalar

OrganizationData.code ● ID! non-null scalar

OrganizationData.label ● String scalar

OrganizationData.type ● GroupType! non-null enum

OrganizationData.info ● String scalar

OrganizationData.crmID ● String scalar

OrganizationData.crmData ● CompanyCrmData object

OrganizationData.payParcID ● String deprecated scalar

DEPRECATED

deprecated from 2023-06-06

OrganizationData.partner ● Organization object

OrganizationData.isPublic ● Boolean scalar

OrganizationData.children ● GroupConnection object

Only responses folders.(non-hierarchically)

OrganizationData.children.codes ● [ID!] list scalar
OrganizationData.children.first ● Int scalar
OrganizationData.children.last ● Int scalar
OrganizationData.children.before ● String scalar
OrganizationData.children.after ● String scalar
OrganizationData.children.type ● GroupType enum
OrganizationData.children.codeStartsWith ● String scalar

OrganizationData.descendents ● GroupConnection object

Response all descendents groups nodes in this group (nom-hierarchically)

OrganizationData.descendents.codes ● [ID!] list scalar
OrganizationData.descendents.type ● GroupType enum
OrganizationData.descendents.orderBy ● OrderByDescendents enum
OrganizationData.descendents.first ● Int scalar
OrganizationData.descendents.last ● Int scalar
OrganizationData.descendents.before ● String scalar
OrganizationData.descendents.after ● String scalar
OrganizationData.descendents.codeStartsWith ● String scalar

OrganizationData.parents ● GroupConnection object

Response all parents groups nodes for this group (nom-hierarchically)

OrganizationData.parents.codes ● [ID!] list scalar
OrganizationData.parents.type ● GroupType enum
OrganizationData.parents.first ● Int scalar
OrganizationData.parents.last ● Int scalar
OrganizationData.parents.before ● String scalar
OrganizationData.parents.after ● String scalar

OrganizationData.owner ● Member! non-null object

OrganizationData.contacts ● [OrganizationContact!] list object

Differents contacts in a organization.

OrganizationData.isEditable ● Boolean! non-null scalar

OrganizationData.members ● MemberConnection object

OrganizationData.members.codes ● [ID!] list scalar
OrganizationData.members.phones ● [String!] list scalar
OrganizationData.members.first ● Int scalar
OrganizationData.members.last ● Int scalar
OrganizationData.members.before ● String scalar
OrganizationData.members.after ● String scalar

OrganizationData.apis ● APIConnection object

APIs assigned to this group. Products have APIs.

OrganizationData.apis.codes ● [ID!] list scalar
OrganizationData.apis.first ● Int scalar
OrganizationData.apis.last ● Int scalar
OrganizationData.apis.before ● String scalar
OrganizationData.apis.after ● String scalar

OrganizationData.products ● ProductConnection object

Products asign to a organization

OrganizationData.products.codes ● [ID!] list scalar
OrganizationData.products.first ● Int scalar
OrganizationData.products.last ● Int scalar
OrganizationData.products.before ● String scalar
OrganizationData.products.after ● String scalar

OrganizationData.allMembers ● MemberConnection object

Response all members in this group s childrens (hierarchically)

OrganizationData.allMembers.codes ● [ID!] list scalar
OrganizationData.allMembers.phones ● [String!] list scalar
OrganizationData.allMembers.first ● Int scalar
OrganizationData.allMembers.last ● Int scalar
OrganizationData.allMembers.before ● String scalar
OrganizationData.allMembers.after ● String scalar

OrganizationData.accesses ● AccessConnection object

Access resources in a group

OrganizationData.accesses.accessID ● [ID!] list scalar
OrganizationData.accesses.owner ● [ID!] list scalar
OrganizationData.accesses.first ● Int scalar
OrganizationData.accesses.last ● Int scalar
OrganizationData.accesses.before ● String scalar
OrganizationData.accesses.after ● String scalar

OrganizationData.suppliers ● SupplierConnection object

Supplier resources in a group

OrganizationData.suppliers.supplierID ● [ID!] list scalar
OrganizationData.suppliers.accessID ● [ID!] list scalar
OrganizationData.suppliers.owner ● [ID!] list scalar
OrganizationData.suppliers.serviceAPI ● [ID!] list scalar
OrganizationData.suppliers.isActive ● Boolean scalar
OrganizationData.suppliers.first ● Int scalar
OrganizationData.suppliers.last ● Int scalar
OrganizationData.suppliers.before ● String scalar
OrganizationData.suppliers.after ● String scalar

OrganizationData.clients ● ClientConnection object

Clients resources in a group

OrganizationData.clients.clientID ● [ID!] list scalar
OrganizationData.clients.name ● [ID!] list scalar
OrganizationData.clients.owner ● [ID!] list scalar
OrganizationData.clients.isActive ● Boolean scalar
OrganizationData.clients.first ● Int scalar
OrganizationData.clients.last ● Int scalar
OrganizationData.clients.before ● String scalar
OrganizationData.clients.after ● String scalar

OrganizationData.domains ● [Domain]! non-null object

OrganizationData.template ● String scalar

OrganizationData.country ● Country! deprecated non-null scalar

DEPRECATED

deprecated from 2023-06-06

ISO 3166-1 alpha-2 format country code with enclosing double quotes "ES"

OrganizationData.allAccesses ● AccessConnection object

Access resources in this organization

OrganizationData.allSuppliers ● SupplierConnection object

Supplier resources in this organization

OrganizationData.allClients ● ClientConnection object

Clients resources in this organization

OrganizationData.primaryPartner ● Partner! non-null object

OrganizationData.allPartners ● PartnerConnection! non-null object

OrganizationData.allPartners.where ● PartnerWhereInput input
OrganizationData.allPartners.orderBy ● PartnerOrderByInput enum
OrganizationData.allPartners.relay ● RelayInput input

OrganizationData.isBuyer ● Boolean! non-null scalar

OrganizationData.isSeller ● Boolean! non-null scalar

OrganizationData.deleted_at ● DateTime scalar

Interfaces

GroupCommonData interface

Member Of

ActivationData object ● Organization object ● RequesterInfo object