0 votes
in GraphQL by
What is the use of an interface in GraphQL?

1 Answer

0 votes
by

In GraphQL, an interface is used to list down the common fields of a GraphQL object. Other objects can use this interface to inherit properties.

...