BaseOperationBuilder
Defined in: builder/operation.ts:8
The basis for the Mutation and Query builders.
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Properties
Section titled “Properties”
readonlyprn:string
Defined in: builder/index.ts:32
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”addGrant()
Section titled “addGrant()”addGrant(
role):OperationGrant
Defined in: builder/operation.ts:14
Grants the App Role access to this operation (Mutation or Query). Note that inside the mutation access to data may be limited by other roles. This is simply saying “this role can access this operation at all”.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”setDescription()
Section titled “setDescription()”setDescription(
description):this
Defined in: builder/index.ts:33
Parameters
Section titled “Parameters”description
Section titled “description”string
Returns
Section titled “Returns”this