Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 31, 2021 15:51
{
"schema": "schema.graphql",
"documents": "**/*.graphql",
"extensions": {
"strawberryShake": {
"name": "ExampleClient",
"url": "https://example.graphql.be/graphql/",
"dependencyInjection": true,
"strictSchemaValidation": true,
"hashAlgorithm": "md5",
"useSingleFile": true,
"requestStrategy": "Default",
"outputDirectoryName": "Generated",
"noStore": false,
"emitGeneratedCode": true,
"razorComponents": false,
"records": {
"inputs": false,
"entities": false
},
"transportProfiles": [
{
"default": "Http",
"subscription": "WebSocket"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment