Does the GraphQL specification allow for empty objects in a response?
Is it valid for a GraphQL server to return an empty object (i.e. {}
) as a field’s value?
Is it valid for a GraphQL server to return an empty object (i.e. {}
) as a field’s value?