Skip to content

Commit

Permalink
Update typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcnulty committed Jan 31, 2023
1 parent 5ec604a commit f4bc12c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions site/gatsby-site/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,39 @@ exports.createSchemaCustomization = ({ actions }) => {
field_list: [mongodbAiidprodTaxaField_list]
}
type Subfield {
field_number: String
short_name: String
long_name: String
short_description: String
long_description: String
display_type: String
mongo_type: String
default: String
placeholder: String
permitted_values: [String]
weight: Int
instant_facet: Boolean
required: Boolean
public: Boolean
}
type mongodbAiidprodTaxaField_list {
subfields: [Subfield]
field_number: String
short_name: String
long_name: String
short_description: String
long_description: String
display_type: String
mongo_type: String
default: String
placeholder: String
permitted_values: [String]
weight: Int
instant_facet: Boolean
required: Boolean
public: Boolean
}
`;

Expand Down

0 comments on commit f4bc12c

Please sign in to comment.