GqlApiKeyRoleInput
Input for defining a role with access level for a GraphQL API key
input GqlApiKeyRoleInput {
roleDefinitionName: String!
access: RoleAccess!
}
Fields
GqlApiKeyRoleInput.roleDefinitionName ● String! non-null scalar
Name of the role definition
GqlApiKeyRoleInput.access ● RoleAccess! non-null enum
Access level for this role
Member Of
GqlApiKeyCreateInput input ● GqlApiKeyUpdateInput input