Skip to main content

6 docs tagged with "Query Language"

View All Tags

GraphQL

GraphQL is defined as: Query Language with Static Type System/Schema to fetch/mutate (graph-like) data on Backend API/Online API. To fix Overfetch/Underfetch. X

GraphQL Schema

GraphQL Schema is defined as: type: field ! for required. Topics on: Field, Type, type Query, type Mutation, !. Read more: Computer Science, Computer Lang, Prog

Query Language

Query Language. Topics on: GraphQL. Read more: Computer Science, Computer Lang, Programming Language, DSL, Query Language|FullStack Wiki by Roger J

Resolver

Resolver is defined as: code to resolve GraphQL query & send output back to client. Topics on: . Read more: Computer Science, Computer Lang, Programming Languag

type Mutation

type Mutation is defined as: to define how to mutate data. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, DSL, Query Language, G

type Query

type Query is defined as: to define entry point to read data for consumers. Topics on: . Read more: Computer Science, Computer Lang, Programming Language, DSL,