OBJECT
CompanyEmailRepository
link GraphQL Schema definition
- type CompanyEmailRepository {
- # Arguments
- # entityId: ID of the entity to retrieve.
- ID!): CompanyEmailEntity ( :
- # Arguments
- # entityIds: IDs of the entities to retrieve.
- ID!]!): [CompanyEmailEntity!]! ( : [
- # Arguments
- # limit: [Not documented]
- # offset: [Not documented]
- # filter: [Not documented]
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- Int, :
- Int, :
- CompanyEmailFilterInput, :
- CompanyEmailOrderByInput!], : [
- Boolean :
- ): [CompanyEmailEntity!]!
- # Arguments
- # filter: filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: [Not documented]
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- CompanyEmailFilterInput, :
- CompanyEmailOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): CompanyEmailEntityConnection
- # Arguments
- # id: [Not documented]
- # revision: [Not documented]
- (
- UUID!, :
- Int! :
- ): [UUID!]!
- # Arguments
- # limit: [Not documented]
- # offset: [Not documented]
- # filter: [Not documented]
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- Int, :
- Int, :
- CompanyEmailFilterInput, :
- CompanyEmailOrderByInput!], : [
- Boolean :
- ): [CompanyEmailEntity!]!
- }