fieldChooserFields
No description
fieldChooserFields(
queryName: String!
queryReturnType: String!
): FieldChooserParentField
Arguments
fieldChooserFields.queryName ● String! non-null scalar
The name of a GraphQL Query. (such as classicFormSubmissions or contacts)
fieldChooserFields.queryReturnType ● String! non-null scalar
The type returned by the GraphQL query provided in the first argument. (such as ClassicFormSubmission, Contact)


