Skip to content

Commit 1da234b

Browse files
committed
.
1 parent 7df356f commit 1da234b

23 files changed

+1096
-1080
lines changed

documents/alert/GetAlert.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Alert($id: ID!) {
1+
query GetAlert($id: ID!) {
22
alert(id: $id) {
33
id
44
name

documents/collection/GetCollection.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Collection($id: ID!) {
1+
query GetCollection($id: ID!) {
22
collection(id: $id) {
33
id
44
name

documents/content/GetContent.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Content($id: ID!) {
1+
query GetContent($id: ID!) {
22
content(id: $id) {
33
id
44
name

documents/conversation/GetConversation.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Conversation($id: ID!) {
1+
query GetConversation($id: ID!) {
22
conversation(id: $id) {
33
id
44
name

documents/feed/GetFeed.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Feed($id: ID!) {
1+
query GetFeed($id: ID!) {
22
feed(id: $id) {
33
id
44
name

documents/project/Project.graphql renamed to documents/project/GetProject.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Project {
1+
query GetProject {
22
project {
33
id
44
name

documents/specification/GetSpecification.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Specification($id: ID!) {
1+
query GetSpecification($id: ID!) {
22
specification(id: $id) {
33
id
44
name

documents/workflow/GetWorkflow.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Workflow($id: ID!) {
1+
query GetWorkflow($id: ID!) {
22
workflow(id: $id) {
33
id
44
name

0 commit comments

Comments
 (0)