Interface: OASSelectQueryOrMutationFieldConfig
types/src.YamlConfig.OASSelectQueryOrMutationFieldConfig
Table of contents
Properties
Properties
fieldName
• fieldName: string
Defined in
packages/types/src/config.ts:844
type
• type: "Query"
| "Mutation"
| "query"
| "mutation"
Allowed values: query, mutation, Query, Mutation
Defined in
packages/types/src/config.ts:843