ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
GraphQL Queries & Schema Discovery Quiz
Question 1 of 10
Score: 0/10
Which CLI command runs a GraphQL query inline without a file?
npx cxtms gql run '
{ orders(...) { ... }
{ orders(...) { ... } }'
npx cxtms query '
{ orders(...) { ... }
{ orders(...) { ... } }'
npx cxtms graphql '
{ orders(...) { ... }
{ orders(...) { ... } }'
npx cxtms fetch --query '
{ orders(...) { ... }
{ orders(...) { ... } }'
Check Answer
Previous
Next Topic