egghead.io
  1. 1
    Create a GraphQL Schema
    4m 16s
  2. 2
    Use GraphQL Primitive Types
    1m 57s
  3. 3
    Use GraphQL's Object Type for Basic Types
    2m 13s
  4. 4
    Use GraphQL's List Type for Collections
    2m 25s
  5. 5
    Serve a GraphQL Schema as Middleware in Express
    4m 3s
  6. 6
    Write a GraphQL Schema in JavaScript
    5m 38s
  7. 7
    Use Arguments in a GraphQL Query
    3m 58s
  8. 8
    Use GraphQLNonNull for Required Fields
    2m 5s
  9. 9
    Use GraphQLList with GraphQLObject Types
    1m 54s
  10. 10
    Write a GraphQL Mutation
    5m 14s
  11. 11
    Create an Input Object Type for Complex Mutations
    2m 29s
  12. 12
    Add an Interface to a GraphQL Schema
    5m 18s
  13. 13
    Add a Relay Node Interface to a GraphQL Schema
    7m
  14. 14
    Convert GraphQL List Type to a Relay Connection Type
    4m 12s
  15. 15
    Use Relay’s Input Object Mutations
    4m 59s

Use GraphQL Primitive Types

Josh Black
InstructorJosh Black
  • graphql
    GraphQL0.7 - 14

Share this video with your friends

Send Tweet

GraphQL’s Type System has support for a number of Primitive Types that we can use in our GraphQL Schema definitions. In this video, we’ll take a look at String, Boolean, Int, Float, and ID and how to incorporate them into a GraphQL Schema Definition.

illustration for Build a GraphQL Server

Course

Build a GraphQL Server

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions