Skip to content

Commit

Permalink
fix graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed May 26, 2020
1 parent 58a3f18 commit 5a5147a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions app/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6590,21 +6590,7 @@ type PublicationEdge {
type Query {
_service: _Service!
actor(id: ID!): ActorItem!
actors(
after: String

"""
Returns the elements in the list that come before the specified cursor.
"""
before: String
first: Int = 25

"""
Returns the last _n_ elements from the list.
"""
last: Int
query: String
): ActorConnection!
actors(after: String, first: Int = 25, query: String): ActorConnection!
audiovisual(id: ID!): Audiovisual!
audiovisuals(after: String, first: Int = 25, hasCitations: Int, hasDownloads: Int, hasFunder: Boolean, hasOrganization: Boolean, hasParts: Int, hasPerson: Boolean, hasVersions: Int, hasViews: Int, ids: [String!], memberId: String, query: String, repositoryId: String, userId: String): AudiovisualConnectionWithTotal!
book(id: ID!): Book!
Expand Down

0 comments on commit 5a5147a

Please sign in to comment.