Fixed case problem in filename for gql imports
This commit is contained in:
parent
a305d35f5f
commit
85cc99470e
|
|
@ -1,4 +1,4 @@
|
||||||
#import "./SchoolClassParts.gql"
|
#import "./schoolClassParts.gql"
|
||||||
fragment RoomParts on RoomNode {
|
fragment RoomParts on RoomNode {
|
||||||
id
|
id
|
||||||
slug
|
slug
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#import "./SchoolClassParts.gql"
|
#import "./schoolClassParts.gql"
|
||||||
fragment UserParts on UserNode {
|
fragment UserParts on UserNode {
|
||||||
id
|
id
|
||||||
pk
|
pk
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#import "./fragments/SchoolClassParts.gql"
|
#import "./fragments/schoolClassParts.gql"
|
||||||
#import "./fragments/userParts.gql"
|
#import "./fragments/userParts.gql"
|
||||||
query MeQuery {
|
query MeQuery {
|
||||||
me {
|
me {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue