operations.py 245 B

123456789101112131415
  1. # Generated by ariadne-codegen
  2. # Source: tools/graphql_codegen/utils/
  3. __all__ = ["SERVER_FEATURES_QUERY_GQL"]
  4. SERVER_FEATURES_QUERY_GQL = """
  5. query ServerFeaturesQuery {
  6. serverInfo {
  7. features {
  8. name
  9. isEnabled
  10. }
  11. }
  12. }
  13. """