Difference between revisions of "GraphQL"
Jump to navigation
Jump to search
(Created page with "https://graphql.org/learn/") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
https://graphql.org/learn/ | https://graphql.org/learn/ | ||
+ | = Schema Definition Language (SDL) = | ||
+ | * https://www.howtographql.com/basics/2-core-concepts/ | ||
+ | |||
+ | == GraphQL Editor == | ||
+ | * https://graphqleditor.com/ | ||
+ | * GraphQL Schema | ||
+ | * https://graphql-code-generator.com/ | ||
+ | * https://graphene-python.org/ | ||
+ | * https://graphql.org/code/#python |