Building GraphQL APIs with AWS AppSync Sign in
Building GraphQL APIs with AWS AppSync
Sign in
  • Introduction Preview
    • Why AppSync Preview
  • GraphQL basics Preview
    • GraphQL vs REST Preview
    • Schema
    • Queries and Mutations
    • Resolvers
    • Access control
  • AWS AppSync Preview
    • API configuration Preview
      • Authorization providers
      • Logging and monitoring
      • Custom domains
      • WAF Preview
    • Data sources
      • Lambda
      • DynamoDB
      • HTTP
      • RDS
      • None
    • Resolvers
      • Context
      • Pipeline resolvers
    • Real-time data with subscriptions
      • Event fields
      • Event filtering
      • Notify subscription pattern
      • Access control for subscriptions
    • Implementing access control
      • Schema-based access control
      • Resolver-based access control
      • Hierarchical access control example
    • Handling files
      • Downloads
      • Uploads
  • Infrastructure-as-code
    • Terraform
    • CDK
  • Client-side
    • Sending queries and mutations
    • Implementing subscriptions
      • Simple status updates
      • Values over time
      • Updates to a list over time
  • Example application
    • Schema
    • Database
    • API resources
    • Cognito
    • Resolvers
    • Subscriptions
    • Client-side
  • Glossary
  • About the author
  • Changelog
  • Copyright
  • Introduction Preview
    • Why AppSync Preview
  • GraphQL basics Preview
    • GraphQL vs REST Preview
    • Schema
    • Queries and Mutations
    • Resolvers
    • Access control
  • AWS AppSync Preview
    • API configuration Preview
      • Authorization providers
      • Logging and monitoring
      • Custom domains
      • WAF Preview
    • Data sources
      • Lambda
      • DynamoDB
      • HTTP
      • RDS
      • None
    • Resolvers
      • Context
      • Pipeline resolvers
    • Real-time data with subscriptions
      • Event fields
      • Event filtering
      • Notify subscription pattern
      • Access control for subscriptions
    • Implementing access control
      • Schema-based access control
      • Resolver-based access control
      • Hierarchical access control example
    • Handling files
      • Downloads
      • Uploads
  • Infrastructure-as-code
    • Terraform
    • CDK
  • Client-side
    • Sending queries and mutations
    • Implementing subscriptions
      • Simple status updates
      • Values over time
      • Updates to a list over time
  • Example application
    • Schema
    • Database
    • API resources
    • Cognito
    • Resolvers
    • Subscriptions
    • Client-side
  • Glossary
  • About the author
  • Changelog
  • Copyright

Schema Query, Mutation, and Subscription Query Mutation Subscription Arguments Lists Optional vs required fields Directives Interfaces Union types Enums Input types Putting it together

Schema

Query, Mutation, and Subscription

Query

Mutation

Subscription

Arguments

Lists

Optional vs required fields

Directives

Interfaces

Union types

Enums

Input types

Putting it together

This chapter is not included in the preview
  • Sign in with your license key or
  • Buy the book
Previous
< GraphQL vs REST
Next
Queries and Mutations >
© Tamás Sallai - advancedweb.hu
Schema Query, Mutation, and Subscription Query Mutation Subscription Arguments Lists Optional vs required fields Directives Interfaces Union types Enums Input types Putting it together