Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Input Wikibase #34

Merged
merged 21 commits into from
Oct 30, 2024
Merged

feat: Input Wikibase #34

merged 21 commits into from
Oct 30, 2024

Conversation

RickiJay-WMDE
Copy link
Member

@RickiJay-WMDE RickiJay-WMDE commented Oct 8, 2024

Add a mutation to insert a Wikibase into the database.

mutation {
  addWikibase(wikibaseInput: WikibaseInput!): WikibaseStrawberryModel
}

WikibaseInput:
  wikibaseName: String!
  organization: String = null
  description: String!
  country: String = null
  region: String = null
  category: WikibaseCategory!
  test: Boolean = false
  urls: WikibaseURLSetInput!

WikibaseURLSetInput:
  baseUrl: String!
  actionApiUrl: String = null
  indexApiUrl: String = null
  sparqlEndpointUrl: String = null
  sparqlQueryUrl: String = null
  specialStatisticsUrl: String = null
  specialVersionUrl: String = null

@RickiJay-WMDE RickiJay-WMDE marked this pull request as ready for review October 8, 2024 09:54
@RickiJay-WMDE RickiJay-WMDE changed the title Input Wikibase feat!: Input Wikibase Oct 22, 2024
Copy link
Collaborator

@rti rti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@rti rti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title suggests a breaking change. Is it breaking in a way?

@RickiJay-WMDE RickiJay-WMDE changed the title feat!: Input Wikibase feat: Input Wikibase Oct 29, 2024
@RickiJay-WMDE RickiJay-WMDE merged commit 2b49183 into main Oct 30, 2024
4 checks passed
@RickiJay-WMDE RickiJay-WMDE deleted the input-wikibase branch October 30, 2024 09:18
RickiJay-WMDE added a commit that referenced this pull request Oct 30, 2024
* Use Enums

* str

* Optional, Variables

* Add

* Add Wikibase

* Pass Tests

* Remove Data

* Format

* Fixes

* Alphabetize

* Who Could Ask For Anything More

* Typo

* Test Add

* Dependencies

* String

* Marker

* Return Type

* Greenlet Error

* Optional Description

* Optional

* Specify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants