summaryrefslogtreecommitdiff
path: root/src/services/api/graphql/generate/schema_from_composite.py
AgeCommit message (Collapse)Author
2023-03-22graphql: T5106: generate client ops for composite functionsJohn Estabrook
2023-03-03graphql: T5040: use path from defaultsJohn Estabrook
2023-03-01graphql: T5040: use nullable key field to allow schema static generationJohn Estabrook
Schema had been dynamically generated, based on configuration setting for authentication. Add nullable field 'key' for static generation of schema regardless of key/token use.
2022-10-25graphql: T4574: read config and generate schema with/without key authJohn Estabrook
2022-10-25graphql: T4574: reorganize directory structure for clarityJohn Estabrook