...

/

Quiz: Creating a Basic GraphQL Endpoint

Quiz: Creating a Basic GraphQL Endpoint

Quiz yourself on how to create a basic GraphQL endpoint.

We'll cover the following...
1

How do we define GQL types in Deno?

A)

const types = gql...

B)

const types = types...

C)

const types = gql(...)

Question 1 of 50 attempted
...