Experimental @oneof directive support for input types #1094
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build packages:
src/GraphQL.Server.SourceGenerators/InputTypeDefinition.cs#L9
'InputTypeDefinition.Namespace' hides inherited member 'TypeDefinition.Namespace'. Use the new keyword if hiding was intended.
|
Build packages:
src/GraphQL.Server.SourceGenerators/InputTypeDefinition.cs#L11
'InputTypeDefinition.TargetType' hides inherited member 'TypeDefinition.TargetType'. Use the new keyword if hiding was intended.
|
Build packages:
src/GraphQL.Server.SourceGenerators/ObjectControllerDefinition.cs#L9
'ObjectControllerDefinition.Namespace' hides inherited member 'TypeDefinition.Namespace'. Use the new keyword if hiding was intended.
|
Build packages:
src/GraphQL.Server.SourceGenerators/ObjectControllerDefinition.cs#L11
'ObjectControllerDefinition.TargetType' hides inherited member 'TypeDefinition.TargetType'. Use the new keyword if hiding was intended.
|
Build packages:
src/GraphQL.Server.SourceGenerators/InputTypeDefinition.cs#L11
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build packages:
src/GraphQL.Server.SourceGenerators/TypeDefinition.cs#L9
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build packages:
src/GraphQL.Server.SourceGenerators/ParameterDefinition.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build packages:
src/GraphQL.Server.SourceGenerators/ParameterDefinition.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build packages:
src/GraphQL.Server.SourceGenerators/ParameterDefinition.cs#L16
Non-nullable property 'ClosestMatchingGraphQLTypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build packages:
src/GraphQL.Server.SourceGenerators/ObjectControllerDefinition.cs#L11
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading