8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
# see: https://www.apollographql.com/docs/react/local-state/managing-state-with-field-policies/
|
||
|
directive @client on FIELD
|
||
|
|
||
|
extend type ShotGQL {
|
||
|
startTime: Float!
|
||
|
endTime: Float!
|
||
|
}
|