-
I'm running into issues where sometimes Mesh can resolve a "type" when extending elsewhere after being initially defined with I get the error:
I'm trying to figure out where I can define these types around my JSON schema handler so that it's always recognized. Is there any documentation describing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found this repo which has a I'm going to move in this direction! |
Beta Was this translation helpful? Give feedback.
I found this repo which has a
baseSchema
defined: https://github.com/wittydeveloper/spotify-graphql/blob/feat/v2.0.0-gql-mesh/json-schemas/baseSchema.jsonI'm going to move in this direction!