Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie authored Apr 18, 2021
1 parent 3c0650f commit 3be417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type EffectInstance {

- `experienceLevel` will be resolved to the field with the same name on `PlayerEntity`
- `statusEffects` will be resolved to the method `getStatusEffects` on `LivingEntity`
- `getStatusEffects` returns `Collection<StatusEffectInstance>`, which corresponds to the field return type in our schema: `[EffectInstance!]!`
- `getStatusEffects` returns `Collection<StatusEffectInstance>`, which corresponds to the field's return type in our schema: `[EffectInstance!]!`

> Note: extending/replacing another schema's types might be a bit janky right now

Expand Down

0 comments on commit 3be417c

Please sign in to comment.