telmo
01/19/2018, 11:56 AMcreateCampaign(name: String!, year: String!, archived: Boolean, author: ...): Campaign
harmony
01/19/2018, 12:06 PMharmony
01/19/2018, 12:06 PMtelmo
01/19/2018, 12:26 PMtelmo
01/19/2018, 12:34 PMauthor
harmony
01/19/2018, 12:34 PMtelmo
01/19/2018, 12:35 PMschema.graphql
telmo
01/19/2018, 12:35 PMtelmo
01/19/2018, 12:35 PMtype Mutation {
createCampaign(name: String!, year: String!, archived: Boolean, author: ...): Campaign
}
harmony
01/19/2018, 12:36 PMtelmo
01/19/2018, 12:37 PMtelmo
01/19/2018, 12:44 PMtelmo
01/19/2018, 12:58 PMiamclaytonray
01/19/2018, 2:15 PMauthorId: "SOME_ID_STRING"
for a single node or authorIds: [ "AUTHOR_1_ID", "AUTHOR_2_ID" ]
an array of nodes