Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Adopt "new-style" schema definition language syntax #450

Open
@obi1kenobi

Description

@obi1kenobi

Per graphql/graphql-js#1169

This replaces:

type Foo implements Bar, Baz { field: Type }

With:

type Foo implements Bar & Baz { field: Type }

With no changes to the common case of implementing a single interface.

We may need to update to a more up-to-date GraphQL core library if one exists.

Metadata

Metadata

Assignees

Labels

GraphQL compatibilityCompatibility concerns relative to the GraphQL specification and standardenhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions