|
Change Return Type ImmutableSet.Builder<NodeDataFetcher> to ImmutableList.Builder<NodeDataFetcher> in method public abstract nodeDataFetchersBuilder() : ImmutableList.Builder<NodeDataFetcher> in class com.google.api.graphql.rejoiner.SchemaBundle.Builder |
From |
To |
|
Change Return Type ImmutableSet<NodeDataFetcher> to ImmutableList<NodeDataFetcher> in method public abstract nodeDataFetchers() : ImmutableList<NodeDataFetcher> in class com.google.api.graphql.rejoiner.SchemaBundle |
From |
To |
|
Change Return Type ImmutableSet.Builder<TypeModification> to ImmutableList.Builder<TypeModification> in method public abstract modificationsBuilder() : ImmutableList.Builder<TypeModification> in class com.google.api.graphql.rejoiner.SchemaBundle.Builder |
From |
To |
|
Change Return Type ImmutableSet<TypeModification> to ImmutableList<TypeModification> in method public abstract modifications() : ImmutableList<TypeModification> in class com.google.api.graphql.rejoiner.SchemaBundle |
From |
To |
|
Change Return Type ImmutableSet<GraphQLFieldDefinition> to ImmutableList<GraphQLFieldDefinition> in method public abstract queryFields() : ImmutableList<GraphQLFieldDefinition> in class com.google.api.graphql.rejoiner.SchemaBundle |
From |
To |
|
Change Return Type ImmutableSet<GraphQLFieldDefinition> to ImmutableList<GraphQLFieldDefinition> in method public abstract mutationFields() : ImmutableList<GraphQLFieldDefinition> in class com.google.api.graphql.rejoiner.SchemaBundle |
From |
To |
|
Change Return Type ImmutableSet.Builder<GraphQLFieldDefinition> to ImmutableList.Builder<GraphQLFieldDefinition> in method public abstract mutationFieldsBuilder() : ImmutableList.Builder<GraphQLFieldDefinition> in class com.google.api.graphql.rejoiner.SchemaBundle.Builder |
From |
To |
|
Change Return Type ImmutableSet.Builder<GraphQLFieldDefinition> to ImmutableList.Builder<GraphQLFieldDefinition> in method public abstract queryFieldsBuilder() : ImmutableList.Builder<GraphQLFieldDefinition> in class com.google.api.graphql.rejoiner.SchemaBundle.Builder |
From |
To |