Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Fishing-related additions #13

Merged
merged 4 commits into from
Dec 17, 2024

Add caught time and rarity

3a8abb8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feature: Fishing-related additions #13

Add caught time and rarity
3a8abb8
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Dec 17, 2024 in 1s

Everything looks good

Found 18 changes

Breaking: 0
Dangerous: 0
Safe: 18

Safe changes

  • Type Date was added
  • Type Fish was added
  • Type FishCatchTime was added
  • Type FishWeight was added
  • Type FishRecord was added
  • Type FishCaughtWeight was added
  • Type LevelData was added
  • Field levelData was added to object type CrownLevel
  • Field fishingLevelData was added to object type CrownLevel
  • Field CrownLevel.level is deprecated
  • Field CrownLevel.level has deprecation reason Use levelData instead.
  • Field CrownLevel.evolution is deprecated
  • Field CrownLevel.evolution has deprecation reason Use levelData instead.
  • Field CrownLevel.nextEvolutionLevel is deprecated
  • Field CrownLevel.nextEvolutionLevel has deprecation reason Use levelData instead.
  • Field CrownLevel.nextLevelProgress is deprecated
  • Field CrownLevel.nextLevelProgress has deprecation reason Use levelData instead.
  • Field fish was added to object type Collections

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 12 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'Date' was added

Type 'Date' was added

Check notice on line 17 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'Fish' was added

Type 'Fish' was added

Check notice on line 44 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'FishCatchTime' was added

Type 'FishCatchTime' was added

Check notice on line 60 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'FishWeight' was added

Type 'FishWeight' was added

Check notice on line 90 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'FishRecord' was added

Type 'FishRecord' was added

Check notice on line 99 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'FishCaughtWeight' was added

Type 'FishCaughtWeight' was added

Check notice on line 165 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'LevelData' was added

Type 'LevelData' was added

Check notice on line 198 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'levelData' was added to object type 'CrownLevel'

Field 'levelData' was added to object type 'CrownLevel'

Check notice on line 201 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'fishingLevelData' was added to object type 'CrownLevel'

Field 'fishingLevelData' was added to object type 'CrownLevel'

Check notice on line 182 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.level' is deprecated

Field 'CrownLevel.level' is deprecated

Check notice on line 182 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.level' has deprecation reason 'Use levelData instead.'

Field 'CrownLevel.level' has deprecation reason 'Use levelData instead.'

Check notice on line 186 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.evolution' is deprecated

Field 'CrownLevel.evolution' is deprecated

Check notice on line 186 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.evolution' has deprecation reason 'Use levelData instead.'

Field 'CrownLevel.evolution' has deprecation reason 'Use levelData instead.'

Check notice on line 190 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.nextEvolutionLevel' is deprecated

Field 'CrownLevel.nextEvolutionLevel' is deprecated

Check notice on line 190 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.nextEvolutionLevel' has deprecation reason 'Use levelData instead.'

Field 'CrownLevel.nextEvolutionLevel' has deprecation reason 'Use levelData instead.'

Check notice on line 194 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.nextLevelProgress' is deprecated

Field 'CrownLevel.nextLevelProgress' is deprecated

Check notice on line 194 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'CrownLevel.nextLevelProgress' has deprecation reason 'Use levelData instead.'

Field 'CrownLevel.nextLevelProgress' has deprecation reason 'Use levelData instead.'

Check notice on line 293 in schema.graphqls

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'fish' was added to object type 'Collections'

Field 'fish' was added to object type 'Collections'