GraphQLClass typedef

  1. @Deprecated('Use GraphQLObject instead of GraphQLClass.')
GraphQLClass = GraphQLObject

A typedef for GraphQLObject. You should use GraphQLObject instead. It was renamed, however it has the same functionality.

Implementation

@Deprecated('Use GraphQLObject instead of GraphQLClass.')
typedef GraphQLClass = GraphQLObject;