Add client side start and end time
This commit is contained in:
7
src/client-schema.gql
Normal file
7
src/client-schema.gql
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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!
|
||||
}
|
Reference in New Issue
Block a user