oneOf property

bool? oneOf
final

Whether the input object should contain only one of the class' fields For more information: GraphQLInputObjectType.isOneOf

Implementation

final bool? oneOf;