GraphQL

What's GraphQL?
Specification / Query Language
API
Service
Database
What's was initial name of GraphQL proof of concept?
SuperGraph
NodeGraph
GraphiQL
Apollo
When GraphQL spec was released as open source?
2011
2015
2018
2016
What is not a GraphQL operation type?
mutation
query
subscription
directive
What problems GraphQL solves? Please choose 3 options:
Network overhead
Backend complexity
Overfetching
Network Latency
If you've to make a complex query, and reduce amount of fields, what could be used to make it shorter?
aliases
fragments
directives
scalars
Can you generate REST API from GraphQL?
True
False
What type of network request do you make against GraphQL server for write operations?
GET
POST
HEAD
PUT
How can you avoid string interpolation in GraphQL queries? Please choose 2 options:
Using inputs
Using directives
Using fragments
Using aliases
What could you use to define group of constants?
Enumeration type
Scalar
Union type
Interfaces
0
{"name":"GraphQL", "url":"https://www.quiz-maker.com/QPH4AIPI","txt":"What's GraphQL?, What's was initial name of GraphQL proof of concept?, When GraphQL spec was released as open source?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}