OBJECT
CloudObjectTemplateRepository
link GraphQL Schema definition
- type CloudObjectTemplateRepository {
- # Arguments
- # entityId: ID of the entity to retrieve.
- (: ID!): CloudObjectTemplateEntity
- # Arguments
- # entityIds: IDs of the entities to retrieve.
- (: [ID!]!): [CloudObjectTemplateEntity!]!
- # Arguments
- # limit: [Not documented]
- # offset: [Not documented]
- # filter: [Not documented]
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- # includeOwned: [Not documented]
- (
- : Int,
- : Int,
- : CloudObjectTemplateFilterInput,
- : [CloudObjectTemplateOrderByInput!],
- : Boolean,
- : Boolean
- ): [CloudObjectTemplateEntity!]!
- # Arguments
- # filter: [Not documented]
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- # includeOwned: [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.
- (
- : CloudObjectTemplateFilterInput,
- : [CloudObjectTemplateOrderByInput!],
- : Boolean,
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): CloudObjectTemplateEntityConnection
- # Arguments
- # id: [Not documented]
- # revision: [Not documented]
- (
- : UUID!,
- : Int!
- ): [UUID!]!
- # Arguments
- # urls: List of urls to sign.
- # expireIn: Seconds for url expiration.
- (: [String!]!, : Int): [SignedUrl!]!
- # Arguments
- # processId: [Not documented]
- # entityIds: [Not documented]
- (: UUID!, : [UUID!]!): [CloudObjectTemplateEntity!]!
- # Arguments
- # emailSequenceId: [Not documented]
- # entityIds: [Not documented]
- (
- : UUID!,
- : [UUID!]!
- ): [CloudObjectTemplateEntity!]!
- # Arguments
- # reportScheduleId: [Not documented]
- # entityIds: [Not documented]
- (
- : UUID!,
- : [UUID!]!
- ): [CloudObjectTemplateEntity!]!
- # Arguments
- # approvalProcessId: [Not documented]
- # entityIds: [Not documented]
- (
- : UUID!,
- : [UUID!]!
- ): [CloudObjectTemplateEntity!]!
- # Arguments
- # fieldMappingId: [Not documented]
- # entityIds: [Not documented]
- (
- : UUID!,
- : [UUID!]!
- ): [CloudObjectTemplateEntity!]!
- # Arguments
- # entityId: [Not documented]
- (: UUID!): DocumentPreviewUrl!
- }