Skip to content

Commit

Permalink
Update schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Oct 29, 2024
1 parent 3f39f98 commit f88851d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/app/generated/civic.apollo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4909,7 +4909,7 @@ export type Query = {
sourceSuggestions: SourceSuggestionConnection;
/** Provide suggestions for sources based on a partial citation ID */
sourceTypeahead: Array<Source>;
/** List and filter genes. */
/** List and filter sources. */
sources: SourceConnection;
/** Get the active subscription for the entity and logged in user, if any */
subscriptionForEntity?: Maybe<Subscription>;
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/generated/server.model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9457,7 +9457,7 @@ type Query {
sourceTypeahead(citationId: String!, sourceType: SourceSource!): [Source!]!

"""
List and filter genes.
List and filter sources.
"""
sources(
"""
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/generated/server.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -43221,7 +43221,7 @@
},
{
"name": "sources",
"description": "List and filter genes.",
"description": "List and filter sources.",
"args": [
{
"name": "citationId",
Expand Down

0 comments on commit f88851d

Please sign in to comment.