Skip to content

NCAR/ctt_client

Repository files navigation

ctt client

Running

  • make sure munge service is running

Dev

  • schema.grahql is downloaded from the server (/schema)
    • see async_graphql::Schema::sdl
  • query.graphql is manually written, with help from graphiQL
  • these are used to generate queries.rs
    • cargo graphql-client generate -s schema.graphql query.graphql
      • this is then manually edited (to add clap derives) and copied into src

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages