GloCusExtensionPoint
No description
type GloCusExtensionPoint {
assignments(
after: String
before: String
first: Int
last: Int
order: [GloCusAssignmentSortInput!]
where: GloCusAssignmentFilterInput
): GloCusAssignmentConnection
configurationParameters: [GloCusExtensionPointParameter!]!
description: String
entityType: String!
executionContext: GloCusExecutionContext!
extensionPointId: String!
inputParameters: [GloCusExtensionPointParameter!]!
name: String!
outputParameters: [GloCusExtensionPointParameter!]!
scriptDescription: String
scriptName: String!
scriptText: String!
type: String!
}
Fields
GloCusExtensionPoint.assignments ● GloCusAssignmentConnection object
GloCusExtensionPoint.assignments.after ● String scalar
Returns the elements in the list that come after the specified cursor.
GloCusExtensionPoint.assignments.before ● String scalar
Returns the elements in the list that come before the specified cursor.
GloCusExtensionPoint.assignments.first ● Int scalar
Returns the first _n_ elements from the list.
GloCusExtensionPoint.assignments.last ● Int scalar
Returns the last _n_ elements from the list.
GloCusExtensionPoint.assignments.order ● [GloCusAssignmentSortInput!] list input
GloCusExtensionPoint.assignments.where ● GloCusAssignmentFilterInput input
GloCusExtensionPoint.configurationParameters ● [GloCusExtensionPointParameter!]! non-null object
Declared extension point configuration parameters.
GloCusExtensionPoint.description ● String scalar
GloCusExtensionPoint.entityType ● String! non-null scalar
GloCusExtensionPoint.executionContext ● GloCusExecutionContext! non-null enum
GloCusExtensionPoint.extensionPointId ● String! non-null scalar
GloCusExtensionPoint.inputParameters ● [GloCusExtensionPointParameter!]! non-null object
Declared extension point input parameters.
GloCusExtensionPoint.name ● String! non-null scalar
GloCusExtensionPoint.outputParameters ● [GloCusExtensionPointParameter!]! non-null object
Declared extension point output parameters.