...

/

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...
Technical Quiz
1.

How do we define GQL types in Deno?

A.

const types = gql...

B.

const types = types...

C.

const types = gql(...)


1 / 5
...