InvokeFunctionInput
Invoke a studio-defined function against a self container.
input InvokeFunctionInput {
appId: BigInt!
functionName: String!
selfContainerId: String!
sessionId: String
paramsJson: String
}
Fields
InvokeFunctionInput.appId ● BigInt! non-null scalar
The app (tenant) that owns the function.
InvokeFunctionInput.functionName ● String! non-null scalar
The function name to invoke.
InvokeFunctionInput.selfContainerId ● String! non-null scalar
The 'self' container the function runs against (referenced as self in expressions).
InvokeFunctionInput.sessionId ● String scalar
Optional session context for the invocation.
InvokeFunctionInput.paramsJson ● String scalar
JSON object of params.
Member Of
gameModelInvoke mutation