Skip to content

BaseOperationBuilder

Defined in: builder/operation.ts:8

The basis for the Mutation and Query builders.

readonly prn: string

Defined in: builder/index.ts:32

BaseBuilder.prn

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”.

BaseRoleBuilder

OperationGrant


setDescription(description): this

Defined in: builder/index.ts:33

string

this

BaseBuilder.setDescription